ArcFM Desktop Developer Guide
IConvertRowTo<TOutput> Interface
Members 


The arcgis agnostic type to convert to
Allows converting an ESRI.ArcGIS.Geodatabase.IRow to an argis agnostic objects
Available at Version
Product Availability
Required Licenses
.NET Assembly
Object Model
IConvertRowTo<TOutput> Interface
Syntax
'Declaration
 
Public Interface IConvertRowTo(Of TOutput) 
   Inherits SE.ArcFM.FiberManager.Contracts.IConverter(Of IRow,TOutput) 
'Usage
 
Dim instance As IConvertRowTo(Of TOutput)
public interface IConvertRowTo<TOutput> : SE.ArcFM.FiberManager.Contracts.IConverter<IRow,TOutput>  
Type Parameters
TOutput
The arcgis agnostic type to convert to
Remarks
This is shorthand for SE.ArcFM.FiberManager.Contracts.IConverter`2 where TInput is IRow
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IConvertRowTo<TOutput> Members
Miner.Framework.FiberManager.Converters Namespace

Allows converting an ESRI.ArcGIS.Geodatabase.IRow to an argis agnostic objects
Object Model
IConvertRowTo<TOutput> Interface
Syntax
'Declaration
 
Public Interface IConvertRowTo(Of TOutput) 
   Inherits SE.ArcFM.FiberManager.Contracts.IConverter(Of IRow,TOutput) 
'Usage
 
Dim instance As IConvertRowTo(Of TOutput)
public interface IConvertRowTo<TOutput> : SE.ArcFM.FiberManager.Contracts.IConverter<IRow,TOutput>  
Type Parameters
TOutput
The arcgis agnostic type to convert to
Remarks
This is shorthand for SE.ArcFM.FiberManager.Contracts.IConverter`2 where TInput is IRow
Inheritance Hierarchy

Miner.Framework.FiberManager.Converters.IConvertRowTo<TOutput>

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IConvertRowTo<TOutput> Members
Miner.Framework.FiberManager.Converters Namespace

 

 


Send Comment